From 86f46642b763f320c9313f0cdfb5fffe4970bbcf Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 16 Jun 1993 06:47:09 +0000 Subject: [PATCH] (TAGS): cd to src to run etags. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index e50afa1a54c..1fc107853a6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -476,8 +476,8 @@ relock: (cd src; make relock) TAGS tags: lib-src - (cd ${srcdir} ; lib-src/etags --output=./src/TAGS \ - src/*.[ch] lisp/*.el lisp/term/*.el) + (cd ${srcdir}/src; \ + ../lib-src/etags *.[ch] ../lisp/*.el ../lisp/term/*.el) check: @echo "We don't have any tests for GNU Emacs yet." -- 2.30.2